home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter II NTX v51.8 < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.8 KB  |  334 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *%
  10. *FormatVersion: "4.0"
  11. *FileVersion: "2.0"
  12. *PCFileName: "LWNTX518.PPD"
  13. *LanguageVersion: English
  14. *Product: "(LaserWriter II NTX)"
  15. *PSVersion: "(51.8) 3"
  16. *ModelName: "Apple LaserWriter II NTX v51.8"
  17. *NickName: "Apple LaserWriter II NTX v51.8"
  18.  
  19. *% General Information and Defaults ===============
  20. *FreeVM: "459676"
  21. *LanguageLevel: "1"
  22. *ColorDevice: False
  23. *DefaultColorSpace: Gray
  24. *VariablePaperSize: False
  25. *FileSystem: True
  26. *?FileSystem: "
  27. save
  28.   statusdict /diskonline get exec {(True)}{(False)} ifelse = flush
  29. restore
  30. "
  31. *End
  32. *Throughput: "8"
  33. *Password: "0"
  34. *ExitServer: "
  35.   count 0 eq {  % is the password on the stack?
  36.     true
  37.   }{
  38.     dup    % potential password
  39.     statusdict /checkpassword get exec not
  40.   } ifelse
  41.   {  %  if no password or not valid
  42.     (WARNING : Cannot perform the exitserver command.) =
  43.     (Password supplied is not valid.) =
  44.     (Please contact the author of this software.) = flush
  45.     quit
  46.   } if
  47.   serverdict /exitserver get exec
  48. "
  49. *End
  50.  
  51. *Reset: "
  52.   count 0 eq {  % is the password on the stack?
  53.     true
  54.   }{
  55.     dup    % potential password
  56.     statusdict /checkpassword get exec not
  57.   } ifelse
  58.   {  %  if no password or not valid
  59.     (WARNING : Cannot reset printer.) =
  60.     (Password supplied is not valid.) =
  61.     (Please contact the author of this software.) = flush
  62.     quit
  63.   } if
  64.   serverdict /exitserver get exec
  65.   systemdict /quit get exec
  66.   (WARNING : Printer Reset Failed.) = flush
  67. "
  68. *End
  69.  
  70. *DefaultResolution: 300dpi
  71. *?Resolution: "
  72. save
  73.   initgraphics
  74.   0 0 moveto currentpoint matrix defaultmatrix transform
  75.   0 72 lineto currentpoint matrix defaultmatrix transform
  76.   3 -1 roll sub dup mul
  77.   3 1 roll exch sub dup mul
  78.   add sqrt round cvi
  79.   (          ) cvs print (dpi) = flush
  80. restore
  81. "
  82. *End
  83.  
  84. *% Halftone Information ===============
  85. *ScreenFreq: "60.0"
  86. *ScreenAngle: "45.0"
  87. *DefaultScreenProc: Dot
  88. *ScreenProc Dot: "
  89. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  90. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  91. "
  92. *End
  93. *ScreenProc Line: "{ pop }"
  94. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  95.  
  96. *DefaultTransfer: Null
  97. *Transfer Null: "{ }"
  98. *Transfer Null.Inverse: "{ 1 exch sub }"
  99.  
  100. *% Paper Handling ===================
  101. *% Use these entries to set paper size most of the time, unless there is
  102. *% specific reason to use PageRegion.
  103. *OpenUI *PageSize: PickOne
  104. *OrderDependency: 30 AnySetup *PageSize
  105. *DefaultPageSize: Letter
  106. *PageSize Letter: "statusdict /lettertray get exec"
  107. *PageSize Legal: "statusdict /legaltray get exec"
  108. *PageSize A4: "statusdict /a4tray get exec"
  109. *PageSize B5: "statusdict /b5tray get exec"
  110. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  111. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  112. *?PageSize: "
  113. save
  114.   [(Letter)(Legal)] statusdict /pagetype get exec
  115.   {get} stopped { pop pop (Unknown)} if = flush
  116. restore
  117. "
  118. *End
  119. *CloseUI: *PageSize
  120.  
  121. *% These entries will set up the frame buffer. Usually used with manual feed.
  122. *OpenUI *PageRegion: PickOne
  123. *OrderDependency: 40 AnySetup *PageRegion
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129. *PageRegion LetterSmall: "lettersmall"
  130. *PageRegion A4Small: "a4small"
  131. *CloseUI: *PageRegion
  132.  
  133. *% The following entries provide information about specific paper keywords.
  134. *DefaultImageableArea: Letter
  135. *ImageableArea Letter: "15 8 597 784 "
  136. *ImageableArea Legal: "15 8 597 1000 "
  137. *ImageableArea A4: "13 10 577 832 "
  138. *ImageableArea B5: "21 10 500 715 "
  139. *ImageableArea LetterSmall: "31 31 583 761 "
  140. *ImageableArea A4Small: "27 31 567 811 "
  141. *?ImageableArea: "
  142. save
  143.   /cvp {(                ) cvs print ( ) print } bind def
  144.   /upperright {10000 mul floor 10000 div} bind def
  145.   /lowerleft {10000 mul ceiling 10000 div} bind def
  146.   newpath clippath pathbbox
  147.   4 -2 roll exch 2 {lowerleft cvp} repeat
  148.   exch 2 {upperright cvp} repeat flush
  149.  restore
  150. "
  151. *End
  152.  
  153. *% These provide the physical dimensions of the paper (by keyword)
  154. *DefaultPaperDimension: Letter
  155. *PaperDimension Letter: "612 792"
  156. *PaperDimension Legal: "612 1008"
  157. *PaperDimension A4: "595 842"
  158. *PaperDimension B5: "516 729"
  159. *PaperDimension LetterSmall: "612 792"
  160. *PaperDimension A4Small: "595 842"
  161.  
  162.  
  163. *OpenUI *ManualFeed: Boolean
  164. *OrderDependency: 20 AnySetup *ManualFeed
  165. *DefaultManualFeed: False
  166. *ManualFeed True: "statusdict /manualfeed true put"
  167. *ManualFeed False: "statusdict /manualfeed false put"
  168. *?ManualFeed: "
  169. save
  170.   statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  171. restore
  172. "
  173. *End
  174. *CloseUI: *ManualFeed
  175.  
  176. *DefaultOutputOrder: Normal
  177.  
  178. *RequiresPageRegion All: True
  179. *OpenUI *InputSlot: PickOne
  180. *OrderDependency: 20 AnySetup *InputSlot
  181. *DefaultInputSlot: Cassette
  182. *InputSlot Cassette: ""
  183. *CloseUI: *InputSlot
  184.  
  185. *% Font Information =====================
  186. *DefaultFont: Courier
  187. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard ROM
  188. *Font AvantGarde-Demi: Standard "(001.003)" Standard ROM
  189. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard ROM
  190. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  191. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  192. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  193. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  194. *Font Courier: Standard "(001.005)" Standard ROM
  195. *Font Courier-Bold: Standard "(001.005)" Standard ROM
  196. *Font Courier-BoldOblique: Standard "(001.005)" Standard ROM
  197. *Font Courier-Oblique: Standard "(001.005)" Standard ROM
  198. *Font Helvetica: Standard "(001.002)" Standard ROM
  199. *Font Helvetica-Bold: Standard "(001.002)" Standard ROM
  200. *Font Helvetica-BoldOblique: Standard "(001.002)" Standard ROM
  201. *Font Helvetica-Narrow: Standard "(001.002)" Standard ROM
  202. *Font Helvetica-Narrow-Bold: Standard "(001.002)" Standard ROM
  203. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)" Standard ROM
  204. *Font Helvetica-Narrow-Oblique: Standard "(001.002)" Standard ROM
  205. *Font Helvetica-Oblique: Standard "(001.002)" Standard ROM
  206. *Font NewCenturySchlbk-Bold: Standard "(001.006)" Standard ROM
  207. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)" Standard ROM
  208. *Font NewCenturySchlbk-Italic: Standard "(001.003)" Standard ROM
  209. *Font NewCenturySchlbk-Roman: Standard "(001.004)" Standard ROM
  210. *Font Palatino-Bold: Standard "(001.002)" Standard ROM
  211. *Font Palatino-BoldItalic: Standard "(001.002)" Standard ROM
  212. *Font Palatino-Italic: Standard "(001.002)" Standard ROM
  213. *Font Palatino-Roman: Standard "(001.001)" Standard ROM
  214. *Font Symbol: Special "(001.003)" Special ROM
  215. *Font Times-Bold: Standard "(001.002)" Standard ROM
  216. *Font Times-BoldItalic: Standard "(001.004)" Standard ROM
  217. *Font Times-Italic: Standard "(001.002)" Standard ROM
  218. *Font Times-Roman: Standard "(001.002)" Standard ROM
  219. *Font ZapfChancery-MediumItalic: Standard "(001.003)" Standard ROM
  220. *Font ZapfDingbats: Special "(001.002)" Special ROM
  221. *?FontQuery: "
  222. save
  223.  /str 100 string dup 0 (fonts/) putinterval def
  224.  {
  225.    count 1 gt
  226.    {
  227.      exch dup str 6 94 getinterval cvs
  228.      (/) print dup print (:) print exch
  229.      FontDirectory exch known
  230.      { pop (Yes) }
  231.       {
  232.         length 6 add str 0 3 -1 roll getinterval
  233.         mark exch status
  234.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  235.      } ifelse =
  236.    }
  237.    {exit} ifelse
  238.  }bind loop
  239.  (*) = flush
  240. restore
  241. "
  242. *End
  243.  
  244. *?FontList: "
  245. save
  246.   FontDirectory { pop == } bind forall flush
  247.   /filenameforall where
  248.   {
  249.     pop (fonts/*)
  250.     { dup length 6 sub 6 exch getinterval cvn == } bind
  251.     128 string filenameforall flush
  252.   } if
  253.   (*) = flush
  254. restore
  255. "
  256. *End
  257.  
  258. *% Printer Messages (verbatim from printer):
  259. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  260. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  261. *Message: "\FontName\ not found, using Courier."
  262.  
  263. *% Status (format: %%[ status: <one of these> ]%% )
  264. *Status: "idle"
  265. *Status: "busy"
  266. *Status: "waiting"
  267. *Status: "printing"
  268. *Status: "warming up"
  269. *Status: "PrinterError: timeout, clearing printer"
  270. *Status: "PrinterError: paper entry misfeed"
  271. *Status: "PrinterError: service call"
  272. *Status: "PrinterError: warming up"
  273. *Status: "PrinterError: no toner cartridge"
  274.  
  275. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  276. *Source: "serial9"
  277. *Source: "serial25"
  278. *Source: "AppleTalk"
  279.  
  280. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  281. *PrinterError: "timeout, clearing printer"
  282. *PrinterError: "paper entry misfeed"
  283. *PrinterError: "service call"
  284. *PrinterError: "warming up"
  285. *PrinterError: "no toner cartridge"
  286.  
  287. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  288.  
  289. *% Color Separation Information =====================
  290.  
  291. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  292.  
  293. *InkName: ProcessBlack/Process Black
  294. *InkName: CustomColor/Custom Color
  295. *InkName: ProcessCyan/Process Cyan
  296. *InkName: ProcessMagenta/Process Magenta
  297. *InkName: ProcessYellow/Process Yellow
  298.  
  299. *%  For 60 lpi / 300 dpi  ===============================
  300.  
  301. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  302. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  303. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  304. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  305. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  306.  
  307. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  308. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  309. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  310. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  311. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  312.  
  313. *%  For 53 lpi / 300 dpi  ===============================
  314.  
  315. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  316. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  317. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  318. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  319. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  320.  
  321. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  322. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  323. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  324. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  325. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  326.  
  327. *% For "LaserWriter II NTX" version 51.8
  328. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  329. *% Converted to meet 4.0 specification
  330. *% Last Edit Date: Mar 2 1992
  331. *% The byte count of this file should be exactly 011019 or 011352
  332. *% depending on the filesystem it resides in.
  333. *% end of PPD file for LaserWriter II NTX
  334.